home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Almathera Ten Pack 3: CDPD 3
/
Almathera Ten on Ten - Disc 3: CDPD3.iso
/
fish
/
676-700
/
682
/
reqchange
/
extra
/
libsrc.lha
/
ReqToolsGlue
/
rtFreeFileList.asm
< prev
next >
Wrap
Assembly Source File
|
1992-02-24
|
267b
|
17 lines
SECTION "code",CODE
xref _ReqToolsBase
xdef _rtFreeFileList
_rtFreeFileList:
move.l a6,-(a7)
move.l _ReqToolsBase(a4),a6
move.l 8(a7),a0
jsr -60(a6)
move.l (a7)+,a6
rts
END